Cosmetic docs change
authorMatthias Clasen <mclasen@redhat.com>
Fri, 17 Jul 2020 01:58:52 +0000 (21:58 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 17 Jul 2020 02:08:15 +0000 (22:08 -0400)
gtk/gtkcolumnview.c
gtk/gtkdropdown.c
gtk/gtkgridview.c
gtk/gtklistitem.c

index 715b394fc7fb36e2ad9f2ab6a2ad245c6eb67f41..79b725b21cbb4e4fb473dc1f22b6d9c3cc2e47f5 100644 (file)
@@ -60,7 +60,7 @@
  * GtkColumnView allows the user to select items according to the selection
  * characteristics of the model. If the provided model is not a #GtkSelectionModel,
  * GtkColumnView will wrap it in a #GtkSingleSelection. For models that allow
- * multiple selected items, it is possible to turn on _rubberband selection_,
+ * multiple selected items, it is possible to turn on *rubberband selection*,
  * using #GtkColumnView:enable-rubberband.
  *
  * The column view supports sorting that can be customized by the user by
@@ -1241,7 +1241,7 @@ gtk_column_view_set_model (GtkColumnView *self,
  *
  * Gets the list of columns in this column view. This list is constant over
  * the lifetime of @self and can be used to monitor changes to the columns
- * of @self by connecting to the GListModel:items-changed signal.
+ * of @self by connecting to the #GListModel:items-changed signal.
  *
  * Returns: (transfer none): The list managing the columns
  **/
@@ -1263,7 +1263,7 @@ gtk_column_view_get_columns (GtkColumnView *self)
  */
 void
 gtk_column_view_set_show_row_separators (GtkColumnView *self,
-                                         gboolean     show_row_separators)
+                                         gboolean       show_row_separators)
 {
   g_return_if_fail (GTK_IS_COLUMN_VIEW (self));
 
@@ -1302,7 +1302,7 @@ gtk_column_view_get_show_row_separators (GtkColumnView *self)
  */
 void
 gtk_column_view_set_show_column_separators (GtkColumnView *self,
-                                            gboolean     show_column_separators)
+                                            gboolean       show_column_separators)
 {
   g_return_if_fail (GTK_IS_COLUMN_VIEW (self));
 
index de1ba763cb6ec256373e718d0b65b13e8a42e248..a7c48d5d878a027853033929f2d6768b547137f4 100644 (file)
@@ -70,7 +70,7 @@
  * useful if the list of options is long. To enable the search entry,
  * use gtk_drop_down_set_enable_search().
  *
- * # CSS nodes
+ * # CSS nodes
  *
  * GtkDropDown has a single CSS node with name dropdown,
  * with the button and popover nodes as children.
index 049b3c2906a25e751d5ced5d4c0e00969fe5c096..7138a71aab077008111b1fdbbea7988c589128a5 100644 (file)
@@ -45,7 +45,7 @@
 /**
  * SECTION:gtkgridview
  * @title: GtkGridView
- * @short_description: A widget for displaying lists in a grid
+ * @short_description: A widget for displaying grids
  * @see_also: #GListModel, #GtkListView, #GtkColumnView
  *
  * GtkGridView is a widget to present a view into a large dynamic grid of items.
index d5d25d114492c3f8157a2e985f5f53a012a6e83f..57631cc8901258a42a2099e91cca80c2f8ca93a8 100644 (file)
@@ -26,7 +26,7 @@
 /**
  * SECTION:gtklistitem
  * @title: GtkListItem
- * @short_description: Object used to represent items of a ListModel
+ * @short_description: Object used to represent items of a list model
  * @see_also: #GtkListView, #GListModel
  *
  * #GtkListItem is the object that list-handling containers such